-
Notifications
You must be signed in to change notification settings - Fork 126
Fixed broken person_detection example (TFMIC-50)
#107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fixed broken person_detection example (TFMIC-50)
#107
Conversation
person_detection exampleperson_detection example (TFMIC-50)
ca1a722 to
1edd78e
Compare
vikramdattu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments, also please squash the commits into one.
Yes sir, will do that once all issues/corrections are resolved. |
db6f4a6 to
a9c6287
Compare
|
Build fails on ESP32: |
|
I've made the required fixes, the example should build successfully now |
@ShardulNalegave the build issue was introduced in the previous commit. So, instead of adding new bugfix commit, please amend this to your original commit. |
246add6 to
1f0863c
Compare
|
okay sir, I've made the changes. The previous commit has now been amended instead of pushing a new bugfix commit |
|
Hi @ShardulNalegave please rebase it on latest master. This run CI for any build issues. |
- Bumped esp32_s3_eye dependency version number - Made changes to CMakeLists.txt to fix BSP packages not getting installed - Fixed issues with LVGL which caused the display to fail
8ff1426 to
782b3f4
Compare
|
Sure sir, done as requested. |
|
Please fix the build for |
esp32_s3_eyedependency version numberDescription
The
person_detectionexample is broken due to a few issues.esp32_s3_eyedependency is set to a older version (3.x) which causes errors with i2cThis PR addresses these issues.
Testing
Dependency installation related issues were testing by setting options from menuconfig and checking stdout during
idf.py buildThe complete example was tested on a ESP32 S3 Eye
Checklist
Before submitting a Pull Request, please ensure the following: